home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac: Not for Sale / Another.not.for.sale (Australia).iso / hold me in your arms / PGP 2.6 / pgp2.6 Source / src / global.h < prev    next >
C/C++ Source or Header  |  1994-05-07  |  236b  |  16 lines

  1. /* Needed by RSAREF */
  2.  
  3. #ifdef __alpha
  4. typedef unsigned UINT4;
  5. #else
  6. typedef unsigned long UINT4;
  7. #endif
  8.  
  9. typedef unsigned short UINT2;
  10.  
  11. typedef void *POINTER;
  12. #define NULL_PTR ((POINTER)0)
  13.  
  14. #define PROTOTYPES 1
  15. #define PROTO_LIST(x) x
  16.